16. JSON File Structure
JSON File Structure
JSON File Structure
JSON Data Structures
QUIZ QUESTION: :
Though JSON has six valid data types, two of them provide most of the format's flexibility for hierarchical data:
- JSON arrays
- JSON objects
These have analogous data structures in Python and can be accessed using the same methods.
Match the JSON data type with its analogous Python data structure.
ANSWER CHOICES:
JSON Data Type |
Python Data Structure |
---|---|
Python dictionary |
|
Python list |
SOLUTION:
JSON Data Type |
Python Data Structure |
---|---|
Python dictionary |
|
Python list |